diff options
author | Thomas Bächler <thomas@archlinux.org> | 2012-07-14 16:07:12 +0200 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-16 23:08:35 -0300 |
commit | bb84aa78acb98e13b7c9e9268a55591b30ecc499 (patch) | |
tree | 45c3e725d97eaa4f19952f0e175df4ca08e3e3d8 /configs/releng/aitab.netinstall | |
parent | 6327470e39efce60509f957136764de416164932 (diff) | |
download | archiso32-bb84aa78acb98e13b7c9e9268a55591b30ecc499.tar.xz |
Adjust for /lib/modules -> /usr/lib/modules move
Although everything should be fine now (due to the /lib -> /usr/lib symlink),
adjust everything to the proper path.
Edited (Gerardo): Also rename function name and image name to be consisten.
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/aitab.netinstall')
-rw-r--r-- | configs/releng/aitab.netinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/aitab.netinstall b/configs/releng/aitab.netinstall index 2231154..ede4033 100644 --- a/configs/releng/aitab.netinstall +++ b/configs/releng/aitab.netinstall @@ -1,4 +1,4 @@ # <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size> root-image / %ARCH% xz ext4 50% -lib-modules /lib/modules %ARCH% xz ext4 50% +usr-lib-modules /usr/lib/modules %ARCH% xz ext4 50% usr-share /usr/share any xz ext4 50% |