Updated casper for flidas

This commit is contained in:
Ruben Rodriguez 2016-11-27 23:32:48 -05:00
parent 359faf61b8
commit 05d070b818

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2012 Rubén Rodríguez <ruben@trisquel.info> # Copyright (C) 2012-2016 Ruben Rodriguuez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=5 VERSION=1
. ./config . ./config
@ -27,10 +27,6 @@ sed '/tmpfs/ s:$:\n/dev/loop1 /cow ext3 noauto 0 0:' scripts/casper-bottom/12fst
rm scripts/casper-premount/10driver_updates rm scripts/casper-premount/10driver_updates
rm scripts/casper-bottom/33enable_apport_crashes rm scripts/casper-bottom/33enable_apport_crashes
# Fix orca settings
sed '/set -e/d' -i bin/casper-a11y-enable
sed '/Empathy/d' -i bin/casper-a11y-enable
sed 's/-initramfs/-login -initramfs/' -i scripts/casper-bottom/30accessibility
changelog "Compiled for Trisquel" changelog "Compiled for Trisquel"