Alternative create savefile application

Programming issues and discussion
Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Alternative create savefile application

Postby Scooby » 13 Apr 2014, 20:16

I created a alternative tool for savefile creation written in bash and GUI in vala

CreateSavefile.sb

It can be started from "Applications-->System Tools-->Create Savefile" menuitem
or from commandline

Code: Select all

> start_create_savefile


The directory you are browsing to in this application should be the same one you use in
grub4dos menu.lst (see bold below)

title AlphaOS 14.5
find --set-root --ignore-floppies --ignore-cd /alphaos/boot/initrfs.img
kernel /alphaos/boot/vmlinuz from=/alphaos
initrd /alphaos/boot/initrfs.img



Image



PS source of vala is included in .sb at dir /usr/local/src/CreateSavefile/

efgee
Expert
Posts: 115
Joined: 29 Dec 2013, 20:58

Re: Alternative create savefile application

Postby efgee » 14 Apr 2014, 02:14

Good job.
Will test soon.

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Alternative create savefile application

Postby Scooby » 13 Jun 2014, 18:28

Find :!:

live resize of savefile works

To enlarge with 200 Mb ( in dir with savefile )

1. dd if=/dev/zero bs=1M count=200 >> changes.fs4
2. e2fsck -y -f changes.fs4
3. resize2fs changes.fs4

I will redo CreateSavefile application to resize as well :D


Return to “Scripting and Programming”

Who is online

Users browsing this forum: No registered users and 13 guests

cron