From f236ffc4bb1de521d80a4b1fde3aeda841545f3a Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 21 Feb 2011 07:13:24 -0500 Subject: [PATCH] xfce: replace mousepad with leafpad --- Makefile | 2 +- fstab | 2 +- xfce/world | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index caf31c3..950701f 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ partitions: $(RAW_IMAGE) qemu-nbd -c $(NBD_DEV) $(RAW_IMAGE) sleep 3 - mkfs.ext2 -O sparse_super -L "$(APPLIANCE)"_root $(NBD_DEV)p1 + mkfs.ext4 -O sparse_super,^has_journal -L "$(APPLIANCE)"_root $(NBD_DEV)p1 touch partitions mounts: stage3 diff --git a/fstab b/fstab index 5f661a3..d51019e 100644 --- a/fstab +++ b/fstab @@ -1,4 +1,4 @@ # -/dev/sda1 / ext2 noatime 1 1 +/dev/sda1 / ext4 noatime 1 1 /.swap none swap sw 0 0 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 diff --git a/xfce/world b/xfce/world index 91ead75..58a667a 100644 --- a/xfce/world +++ b/xfce/world @@ -1,4 +1,4 @@ -app-editors/mousepad +app-editors/leafpad app-office/orage net-misc/dhcpcd www-client/firefox