diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-02-22 20:43:13 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-02-22 20:43:13 +0100 |
commit | d9214396c1e28ab0dd1ea2f18d6d88912793d156 (patch) | |
tree | d90ae6dade849879eea6c18de1ee9926e9a53447 | |
parent | b99b1a15867c7b10c65f19d2fd0683237a6195d5 (diff) |
todo updates
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,7 @@ CURRENT ISSUES: * refactor all pacman stuff (modularize/functionize etc) * in lvm VG editor you can press "cancel" (when 'new' is selected, maybe otherwise too) and create a new LV which will get a block entry, but no fs entry on the VG block! * aif : na "mijn" partitielayout: bij grub ( nog voor text editor op menu.lst) zegt iets ( op foreground van ncurses) Can't remove.. ik denk zelfs 'Grub: Can't remove..' en daarna een gewone entry, geen uuid's gewoon /dev/sda3 ro -* port from /arch/setup: grub install chroot thing (waiting for ticket), 2 patches from foutrelis @ http://bugs.archlinux.org/task/12949 +* port from /arch/setup: grub install chroot thing (http://projects.archlinux.org/?p=installer.git;a=commitdiff;h=4565577dbd2182dd49612f1e0b68288f5573bf7b) (waiting for ticket http://bugs.archlinux.org/task/13277) * ext4 default options? -O dir_index,extent,uninit_bg ? * find a way to not have to preload libs and stuff, only load them when needed. -> faster start of install program * if dhcpd already runs for $reason, the installer will try again @ configure network and fail. diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 4400b8b..7369ec4 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -24,7 +24,6 @@ -#TODO: this should be fixed on the installcd. modprobe dm-crypt || show_warning modprobe 'Could not modprobe dm-crypt. no support for disk encryption' modprobe aes-i586 || show_warning modprobe 'Could not modprobe aes-i586. no support for disk encryption' |