xfce: replace mousepad with leafpad

This commit is contained in:
Albert Hopkins 2011-02-21 07:13:24 -05:00
parent 74ad01a19d
commit f236ffc4bb
3 changed files with 3 additions and 3 deletions

View File

@ -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

2
fstab
View File

@ -1,4 +1,4 @@
# <fs> <mountpoint> <type> <opts> <dump/pass>
/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

View File

@ -1,4 +1,4 @@
app-editors/mousepad
app-editors/leafpad
app-office/orage
net-misc/dhcpcd
www-client/firefox