xfce: replace mousepad with leafpad
This commit is contained in:
parent
74ad01a19d
commit
f236ffc4bb
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ partitions: $(RAW_IMAGE)
|
||||||
|
|
||||||
qemu-nbd -c $(NBD_DEV) $(RAW_IMAGE)
|
qemu-nbd -c $(NBD_DEV) $(RAW_IMAGE)
|
||||||
sleep 3
|
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
|
touch partitions
|
||||||
|
|
||||||
mounts: stage3
|
mounts: stage3
|
||||||
|
|
2
fstab
2
fstab
|
@ -1,4 +1,4 @@
|
||||||
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
||||||
/dev/sda1 / ext2 noatime 1 1
|
/dev/sda1 / ext4 noatime 1 1
|
||||||
/.swap none swap sw 0 0
|
/.swap none swap sw 0 0
|
||||||
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
|
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
app-editors/mousepad
|
app-editors/leafpad
|
||||||
app-office/orage
|
app-office/orage
|
||||||
net-misc/dhcpcd
|
net-misc/dhcpcd
|
||||||
www-client/firefox
|
www-client/firefox
|
||||||
|
|
Loading…
Reference in New Issue